OpenRoads Designer CONNECT Edition SDK Help

Line(DPoint3d, Double, Double) Constructor

Obsolete use CreateByStartPointDirectionDistance.

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public Line( DPoint3d startPoint,double direction,double distance)

Parameters

SettingDescription
  DPoint3d Start point
   Tangent direction
   Length of required line

See Also